home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / domácnost a kancelar / opencontacts / setup.exe / {app} / DataSet / Templates / ImportNetscapeMozillaThunderbird.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-08-18  |  2.3 KB  |  61 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <!--For importing LDIF files with contact info to Open Contacts
  3. Assumtions:
  4.   * Attribute type does not contain sub-type like lang
  5.   * Binary encoded in BASE64 is not supported
  6.   * Objectclass is always person. OC will not check objectclass.
  7.   
  8. Tolerance:
  9.   * If attribute for FullName does not exist, dn will be used.
  10. -->
  11. <OpenContactsLDIFImport>
  12.   <FullName>cn</FullName>
  13.   <GivenName>givenName</GivenName>
  14.   <MidName></MidName>
  15.   <SurName>sn</SurName>
  16.   <Title>title</Title>
  17.   <Notes>description</Notes>
  18.   <Sections>
  19.     <Section Name="Personal">
  20.       <Fields>
  21.         <Field Name="Nick Name" Value="mozillaNickname"/>
  22.         <Field Name="Phone" Value="homePhone"/>
  23.         <Field Name="Mobile" Value="mobile"/>
  24.         <Field Name="Pager" Value="pager"/>
  25.         <Field Name="Fax" Value="fax"/>
  26.         <Field Name="Primary Email" Value="mail"/>
  27.         <Field Name="Email" Value="mozillaSecondEmail"/>
  28.         <Field Name="Web" Value="mozillaHomeUrl"/>
  29.         <Field Name="Street" Value="homeStreet"/>
  30.         <Field Name="Street2" Value="mozillaHomeStreet2"/>
  31.         <Field Name="City" Value="mozillaHomeLocalityName"/>
  32.         <Field Name="State" Value="mozillaHomeState"/>
  33.         <Field Name="Postcode" Value="mozillaHomePostalCode"/>
  34.         <Field Name="Country" Value="mozillaHomeCountryName"/>
  35.       </Fields>
  36.     </Section>
  37.     <Section Name="Work">
  38.       <Fields>
  39.         <Field Name="Department" Value="department"/>
  40.         <Field Name="Company" Value="company"/>
  41.         <Field Name="Phone" Value="telephoneNumber"/>
  42.         <Field Name="Web" Value="mozillaWorkUrl"/>
  43.         <Field Name="Street" Value="street"/>
  44.         <Field Name="Street2" Value="mozillaWorkStreet2"/>
  45.         <Field Name="City" Value="l"/>
  46.         <Field Name="State" Value="st"/>
  47.         <Field Name="Postcode" Value="postalCode"/>
  48.         <Field Name="Country" Value="c"/>
  49.       </Fields>
  50.     </Section>
  51.     <Section Name="Custom">
  52.       <Fields>
  53.         <Field Name="Custom1" Value="mozillaCustom1"/>
  54.         <Field Name="Custom2" Value="mozillaCustom2"/>
  55.         <Field Name="Custom3" Value="mozillaCustom3"/>
  56.         <Field Name="Custom4" Value="mozillaCustom4"/>
  57.       </Fields>
  58.     </Section>
  59.   </Sections>
  60. </OpenContactsLDIFImport>
  61.